* {
    padding: 0px;
    margin: 0px;
    color: #333;
}

a {
    text-decoration: none;
    font-size: 16px;
}

body {
    font-size: 16px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    object-fit: cover;
}

table,
table td {
    border-collapse: collapse;
}

.line_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.div1200 {
    width: 1200px;
    margin: 0 auto;
}

.div1600 {
    width: 90%;
    margin: 0 auto;
}

.top {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.top_left {
    width: 20%;
    line-height: 100px;
}

.top_right {
    width: 44%;
}

.top_right_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_right_ul>li {
    width: 20%;
    text-align: center;
    line-height: 100px;
    position: relative;
}
.top_right_ul>li.active>a{
    color:#fe0000;
}
.top_right_ul>li:hover>.top_xiala {
    display: block;
}

.top_xiala {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    z-index: 999;
    display: none;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #f5f5f5;
}

.top_xiala>li {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.top_xiala>li>a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.top_xiala>li:hover>a {
    color: #e60012;
}

.da_top {
    width: 100%;
    height: 100%;
}

.top_right_ul>li>a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.nav {
    width: 98%;
    margin: 0 auto;
    position: relative;
    /* background-color: #f6f6f6; */
    display: none;
}

.nav_left {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 75px;
}

.nav_list {
    height: 75px;
}

.menuTrigger {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 24px;
}

.menuTrigger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #e90505;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}

.menuTrigger span:first-child {
    top: 0;
}

.menuTrigger span:nth-child(2) {
    top: 10px;
}

.menuTrigger span:nth-child(3) {
    top: 20px;
}

.menu1 span:nth-child(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}

.menu1 span:nth-child(2) {
    display: none;
}

.menu1 span:nth-child(3) {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

.wap_nav_ul {
    display: none;
    position: absolute;
    top: 75px;
    z-index: 111;
    height: 750px;
    width: 100%;
    background-color: #000000;
}

.wap_nav_ul>li {
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #4c4c4c;
    position: relative;
}

.wap_nav_ul>li>a {
    /* padding-left: 25px; */
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    display: block;
    color: #fff;
}

.wzbj>a {
    color: #e90505 !important;
    font-weight: bold;
}

.banner {
    position: relative;
    /* height: 800px; */
    overflow: hidden;
    ;
}
@media (max-width:768px){
      .banner {
    height: 170px;
}
.banner img{
    height:100%;
}
}

.index_bann .swiper-button-prev:after {
    content: '';
    background: url(../images/index111.png) no-repeat;
    width: 65px;
    height: 66px;
}

.index_bann .swiper-button-prev.swiper-button-disabled::after {
    background: url(../images/index1.png) no-repeat;
}

.index_bann .swiper-button-next.swiper-button-disabled::after {
    background: url(../images/index2.png) no-repeat;
}

.index_bann .swiper-button-next.swiper-button-disabled,
.index_bann .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    width: 65px;
    height: 66px;
}

.index_bann .swiper-button-next:after {
    content: '';
    background: url(../images/index111_1.png) no-repeat;
    width: 65px;
    height: 66px;
}

.index_bann .swiper-button-prev,
.index_bann .swiper-button-next {
    width: 65px;
    height: 66px;
}

.index_bann .swiper-button-prev {
    left: 30px;
}

.index_bann .swiper-button-next {
    right: 30px;
}

.index_bann .swiper-button-next.swiper-button-disabled,
.index_bann .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.index_jxll {
    position: absolute;
    left: 50%;
    bottom: 70px;
    z-index: 10;
    transform: translate(-50%);
}

.index_jxll span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    background: 0;
}

.fp-tableCell:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.omdex-b {
    padding: 0 10%;
    display: flex;
    align-items: center;
}

.index_jxll_img {
    text-align: center;
}

.index_box2 {
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
}

.index_box2_left {
    /* background: url(../images/index4.png) right no-repeat; */
    width: 50%;
    /* padding-top: 23px; */
    /* height: 804px; */
}

.index_box2_right {
    width: 50%;
    /* padding-top: 23px; */
}

.index_box2_title {
    margin-top: 8%;
}

.index_box2_title span {
    font-size: 53px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.index_box2_title p {
    width: 90%;
    margin-top: 50px;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #585454;
}

.index_box2_ljgd {
    margin-top: 120px;
}

.index_box2_ljgd>a>span {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    color: #e60012;
}

.index_box2_ljgd>a>img {
    position: relative;
    left: -10px;
}

.section {
    position: relative;
}

.index_box3 {
    width: 100%;
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.news_show {
    /* margin-bottom: 50px; */
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 100px;
}

.index_box3_left {
    width: 65%;
    height: 100%;
    /* background-color: #FD5622; */
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 2%;
    box-sizing: border-box;
}

.index_box3_left .index_box3_ul {
    /* margin-left: 3%; */
    height: 100%;
}

.index_box3_left .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_box3_left .swiper-wrapper .swiper-slide-box3 {
    background-color: #fff5eb;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_box3_right .swiper-button-next:after {
    content: "";
    background: url(../images/index10_10.png) no-repeat;
    width: 47px;
    height: 47px;
}

.index_box3_right .swiper-button-prev:after {
    content: "";
    background: url(../images/index10.png) no-repeat;
    width: 47px;
    height: 47px;
}

.index_box3_right .swiper-button-next,
.index_box3_right .swiper-button-prev {
    width: 47px;
    height: 47px;
    top: 110%;
}

.index_box3_right .swiper-button-next.swiper-button-disabled:after {
    background: url(../images/index9_9.png) no-repeat;
    /* width: 100%; */
}

.index_box3_right .swiper-button-next.swiper-button-disabled,
.index_box3_right .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.index_box3_right .swiper-button-prev.swiper-button-disabled:after {
    background: url(../images/index9.png) no-repeat;
    /* width: 100%; */
}

.index_box3_right .swiper-button-prev {
    left: 8%;
}

.index_box3_right .swiper-button-next {
    left: 20%;
}

.index_box3_right {
    width: 35%;
    position: relative;
}

.index_box3_title {
    width: 50%;
    height: 40%;
    margin-top: 30%;
    margin-left: 10%;
}

.index_box3_title span {
    font-size: 77px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #231815;
}

.index_box3_title p {
    margin-top: 9%;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    color: #585454;
}

.index_box4 {
    width: 100%;
    height: 100%;
}

.index_box4_left {
    width: 65%;
}

.index_box4_img {
    width: 100%;
}

.index_box4 .index_box4_left {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.index_box4_left_tit {
    padding: 0 30px 30px;
}

.index_box4_left_tit span {
    display: block;
    padding-top: 25px;
    /* margin-top: 25px; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.index_box4_left_tit p {
    margin-top: 25px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
}

.index_box4_right .swiper-button-next:after {
    content: "";
    background: url(../images/index10_10.png) no-repeat;
    width: 47px;
    height: 47px;
}

.index_box4_right .swiper-button-prev:after {
    content: "";
    background: url(../images/index10.png) no-repeat;
    width: 47px;
    height: 47px;
}

.index_box4_right .swiper-button-next,
.index_box4_right .swiper-button-prev {
    width: 47px;
    height: 47px;
    top: 120%;
}

.index_box4_right .swiper-button-next.swiper-button-disabled:after {
    background: url(../images/index9_9.png) no-repeat;
    /* width: 100%; */
}

.index_box4_right .swiper-button-next.swiper-button-disabled,
.index_box4_right .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.index_box4_right .swiper-button-prev.swiper-button-disabled:after {
    background: url(../images/index9.png) no-repeat;
    /* width: 100%; */
}

.index_box4_right .swiper-button-prev {
    left: 25%;
}

.index_box4_right .swiper-button-next {
    left: 37%;
}

.index_box4_right {
    width: 35%;
    position: relative;
}

.index_box4_title {
    width: 50%;
    height: 40%;
    margin: 50% auto 0;
}

.index_box4_title span {
    font-size: 77px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #231815;
}

.index_box4_title p {
    margin-top: 9%;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    color: #585454;
}

.index_box5 {
    width: 100%;
}

.index_xw {
    background-color: #FFFFFF;
    padding-top: 5%;
}

.index_box5_tit {
    width: 100%;
    padding-top: 80px;
    text-align: center;
    padding-bottom: 100px;
}

.index_box5_tit span {
    font-size: 54px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.index_box5_tit p {
    margin-top: 30px;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.footer {
    width: 100%;
    border-top: 1px solid #efefef;
}

.footer1 {
    padding: 80px 0;
    border-bottom: 1px solid #d6d6d6;
}

.footer_right_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

.footer_right_ul>li {
    padding: 0 4%;
    text-align: center;
}

.footer_right_ul>li>a {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    color: #333333;
}

.foot1_list {
    margin-top: 30px;
}

.foot1_list>li {
    margin-top: 20px;
}

.foot1_list>li>a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #828282;
}

.foot1_list p {
    margin-top: 25px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
}

.foot1_list p img {
    width: 128px
}

.footer2 {
    /* margin-top: 50px; */
    height: 68px;
    line-height: 68px;
    display: flex;
    justify-content: center;
}

.footer2_ul {
    display: flex;
}

.footer2_img {
    padding: 0 4%;
}

.footer2_con {
    line-height: 80px;
    margin-top: 30px;
}

.footer2_con p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 38px;
    color: #666666;
    text-align: center;
}

.footer2_con p a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.pro {
    width: 100%;
}

.pro_box1 {
    height: 100px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #efefef;
}

.pro_box1_zong {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_box1_left {
    margin-top: 40px;
}

.pro_box1_list {
    display: flex;
}

.pro_box1_list li {
    border-right: 1px solid #cccccc;
    text-align: center;
    padding: 0 30px;
}

.pro_box1_list li a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
}

.pro_box1_list li:first-child {
    padding-left: 0;
}

.pro_box1_list li:last-child {
    border: 0;
}

.pro_box1_bor a {
    color: #e60012 !important;
    border-bottom: 3px solid #e60012;
    padding-bottom: 37px;
}

.pro_box1_right {
    margin-top: 40px;
}

.pro_box1_right img {
    margin-right: 8px;
}

.pro_box1_right span,
.pro_box1_right span a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.pro_box2 {
    margin-top: 60px;
}

.pro_box2_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_box2_list li {
    width: 20%;
    background: url(../images/pro2.png) no-repeat;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-size: 100% 100%;
}

.pro_box2_list li a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.pro_box2_list li.pro_box2_back {
    background: url(../images/pro3.png) no-repeat;
    background-size: 100% 100%;
}

.pro_box2_list li.pro_box2_back a {
    color: #FFFFFF;
}

.pro_box3 {
    margin-top: 60px;
}

.pro_box3_tit {
    text-align: left;
    display: none;
}

.pro_box3_tit>p {
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ececec;
    position: 1;
}

.pro_box3_tit>span {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #343434;
    position: relative;
    z-index: 111;
    margin-top: -20px;
    display: block;
}

.pro_box3_z_body {
    text-align: left;
    margin-top: 30px;
}

.pro_box4_ul {
    padding: 100px 0;
}

.pro_box4_ul>li {
    padding-bottom: 40px;
}

.pro_box4_ul>li:last-child {
    padding: 0;
}

.pro_box4_tit img {
    margin-top: -8px;
}

.pro_box4_tit span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
    margin-left: 10px;
}

.pro_box4_cp>ul>li {
    float: left;
    width: 22%;
    margin-right: 4%;
    text-align: center;
    height: 443px;
    margin-top: 35px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    position: relative;
}

.pro_box4_cp ul li:nth-child(4n) {
    margin-right: 0;
}

.pro_box4_cp ul li p {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
}

.pro_box4_ul li .pro_box4_cp {
    display: none;
}

.pro_box4_ul li:first-child .pro_box4_cp {
    display: block;
}

.about .about_box1 {
    background-color: #ffffff;
}

.pro_show_zong {
    width: 100%;
    margin-bottom: 5%;
}

.pro_show_img {
    width: 20%;
}

.pro_show_right {
    width: 77%;
}

.pro_show_right span {
    font-size: 24px;
    font-weight: bold;
}

.pro_show_right p {
    margin-top: 1%;
    line-height: 25px;
}

.about_box2 {
    width: 100%;
    margin-top: 60px;
}

.about_box2_left {
    width: 48%;
}

.about_box2_left>span {
    display: block;
    margin-top: 90px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    width: 110px;
    text-align: center;
    padding: 10px 10px;
    background-color: #e60012;
}

.about_box2_left>p {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #010101;
    margin-top: 90px;
}

.about_box2_z_body {
    margin-top: 55px;
}

.about_box2_z_body>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 40px;
    text-indent: 2em;
}

.about_box2_right {
    width: 48%;
}

.about_box2 .about_box2_left1>span {
    margin-top: 30px;
}

.about_box2_left_tit {
    margin-top: 40px;
    display: flex;
}

.about_box2_left_tit>p {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #010101;
}

.about_box2_left_tit>span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 17px;
    margin-left: 20px;
}

.about_box2 .about_box2_left1 .about_box2_z_body {
    margin-top: 30px;
}

.about_box2 .about_box2_left1 .about_box2_z_body>p {
    margin-top: 15px;
}

.about_box3 {
    margin-top: 7%;
    background-color: #f9f9f9;
}

.about_box3_tit {
    width: 100%;
    text-align: center;
    padding-top: 6%;
}

.about_box3_tit p {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.about_box3_tit span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #666666;
}

.about_box3_xiang .swiper-button-next:after {
    content: "";
    background: url(../images/about51.png) no-repeat;
    width: 50px;
    height: 50px;
}

.about_box3_xiang .swiper-button-prev:after {
    content: "";
    background: url(../images/about50.png) no-repeat;
    width: 50px;
    height: 50px;
}

.about_box3_xiang .swiper-button-next,
.about_box3_xiang .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 288px;
}

.about_box3_slide {
    width: 100%;
    height: 290px;
    display: flex;
    align-items: flex-end;
}

.about_box3_bot {
    width: 100%;
}

.about_box3_bot_zong {
    display: flex;
}

.about_box3_bot .about_box3_right {
    margin: 0 0 20px 10px;
    position: relative;
    height: 50px;
    border-left: 1px solid #c2c2c2;
}

.about_box3_bot_zong .about_box3_slide_con {
    width: 91%;
    margin-top: 53px;
}

.about_box3_bot_zong .about_box3_slide_con h6 {
    position: initial;
}

.about_box3_right>i {
    position: absolute;
    left: -8px;
    bottom: -20px;
    width: 10px;
    height: 10px;
    border: solid 2px #fd5622;
    border-radius: 50%;
}

.about_box3_slide1 {
    border-left: 1px solid #c2c2c2;
    position: relative;
    margin-left: 10px;
    margin-top: 50px;
    width: 100%;
}

.about_box3_slide1>i {
    position: absolute;
    left: -8px;
    top: -20px;
    width: 10px;
    height: 10px;
    border: solid 2px #fd5622;
    border-radius: 50%;
}

.about_box3_slide_con {
    margin-left: 15px;
    padding-bottom: 40px;
    position: relative;
}

.about_box3_right .about_box3_slide_con {
    padding-bottom: 0;
}

.about_box3_slide_con h6 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
    position: absolute;
    top: -40px;
    text-align: left;
}

.about_box3_slide_con h6 span {
    font-weight: bold;
    font-size: 24px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.about_box3_slide_con>p {
    margin-top: 22px;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.about_box3_slide_con>p:nth-child(3) {
    margin-top: 0;
}

.about_box3_xiang {
    position: relative;
    padding-bottom: 80px;
}

.about_box3_xiang1 {
    position: absolute;
    top: 272px;
    left: 0;
}

.about_box4_zong {
    margin-top: 40px;
}

.about_box4_left {
    width: 49%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s
}

.about_box4_left img {
    width: 100%;
}

.about_box4_title {
    position: absolute;
    width: 100%;
    padding: 3% 4% 5% 4%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.3);
}

.about_box4_title span {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}

.about_box4_title span::after {
    content: "";
    position: absolute;
    bottom: -60%;
    left: 0;
    width: 52px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
}

.about_box4_left:hover .about_box4_title {
    display: none;
}

.about_box4_left:hover .about_box4_left_tit {
    right: 0;
}

.about_box4_right:hover .about_box4_title {
    display: none;
}

.about_box4_right:hover .about_box4_left_tit {
    right: 0;
}

.about_box4_left_tit {
    position: absolute;
    /* top: 43%;
	left: 50%;
	transform: translateX(-50%); */
    /* width: 90%; */
    width: 100%;
    padding: 3% 4%;
    right: 100%;
    bottom: 0;
    height: 60%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.4s
}

.about_box4_left_tit span {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}

.about_box4_left_tit span::after {
    content: "";
    position: absolute;
    bottom: -60%;
    left: 0;
    width: 52px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
}

.about_box4_left_z_body {
    margin-top: 6%;
}

.about_box4_left_z_body p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #ffffff;
}

.about_box4_right {
    width: 49%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s
}

.about_box4_right img {
    width: 100%;
}

.about_box5 {
    margin-top: 7%;
    background-color: #f9f9f9;
}

.about_box5_zong {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_box5_left {
    width: 31%;
}

.about_box5_left h6 {
    margin-top: 25%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    background-color: #e60012;
    width: 110px;
    text-align: center;
    padding: 10px 10px;
}

.about_box5_left span {
    display: block;
    margin-top: 30px;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.about_box5_left p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 35px;
}

.about_box5_left p:nth-child(4) {
    margin-top: 0;
}

.about_box5_cen {
    width: 31%;
}

.about_box5_cen img {
    width: 100%;
}

.about_box5_right {
    width: 31%;
}

.about_box5_right h6 {
    margin-top: 25%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    background-color: #e60012;
    width: 110px;
    text-align: center;
    padding: 10px 10px;
}

.about_box5_right p {
    margin-top: 30px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.about_box5_right p:nth-child(3) {
    margin-top: 0;
}

.about_box5_right p span {
    font-size: 15px;
    color: #e60012;
}

.about_box6 {
    padding-bottom: 7%;
}

.about_box6_lunbo1,
.about_box6_lunbo2 {
    margin-top: 6%;
    position: relative;
}

.about_box6_top {
    width: 140px;
    text-align: center;
    margin: 0 auto;
    height: 34px;
    background-color: #e60012;
    line-height: 34px;
}

.about_box6_top span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.about_box6_lunbo1_top,
.about_box6_lunbo2_top {
    margin-top: 45px;
}

.about_box6_lunbo1 .swiper-button-next:after,
.about_box6_lunbo2 .swiper-button-next:after {
    content: "";
    background: url(../images/about18.png) no-repeat;
    width: 47px;
    height: 47px;
}

.about_box6_lunbo1 .swiper-button-prev:after,
.about_box6_lunbo2 .swiper-button-prev:after {
    content: "";
    background: url(../images/about17.png) no-repeat;
    width: 47px;
    height: 47px;
}

.about_box6_lunbo1 .swiper-button-next,
.about_box6_lunbo1 .swiper-button-prev,
.about_box6_lunbo2 .swiper-button-next,
.about_box6_lunbo2 .swiper-button-prev {
    width: 47px;
    height: 47px;
    top: 65%;
}

.about_box6_swi1 .swiper-slide {
    text-align: center;
    height: 165px;
    line-height: 165px;
    background-color: #ffffff;
    box-shadow: 2px 5px 5px 0px rgba(41, 41, 41, 0.11);
}

.swiper-slide .hide {
    display: none;
}

.show {
    display: block;
}

.qyry_ul li {
    float: left;
    width: 18.4%;
    margin-right: 2%;
    /* height: 108px; */
    /* line-height: 108px; */
    margin-top: 2%;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
    background: #fff;
    border: 1px solid #f5f5f5;
}

.qyry_ul li img {
    width: 80%;
    margin: 0 auto;
}
.qyry_ul li:hover img{
    transform:scale(1.05);   
     transition: all 0.5s;
}
.qyry_ul li:nth-child(5n) {
    margin-right: 0;
}

.pc_about {
    display: block;
}

.wap_about {
    display: none;
}

.contact_box1 {
    width: 100%;
    background: #f6f6f6;
    padding-bottom: 4%;
}

.contact_box1_dq {
    padding-top: 4%;
}

.form {
    display: flex;
    justify-content: center;
}

.form select {
    outline: none;
}

.diqu {
    width: 11%;
    height: 50px;
    border: solid 1px #d2d2d2;
}

.bumeng {
    width: 20%;
    height: 50px;
    border: solid 1px #d2d2d2;
    margin-left: 1%;
}

.form_sousuo {
    width: 30%;
    border: solid 1px #d2d2d2;
    margin-left: 1%;
    background: #FFFFFF;
}

.form_sousuo input {
    outline: none;
}

.form_text {
    width: 90%;
    height: 100%;
    border: 0;
    border: 0;
    padding-left: 2%;
    box-sizing: border-box;
}

.sousuo {
    width: 10%;
    background: 0;
    border: 0;
    line-height: 50px;
}

.contact_box1_ul {
    margin-top: 3%;
}

.contact_box1_ul li {
    background-color: #FFFFFF;
    padding-top: 2%;
    padding-bottom: 3%;
    margin-top: 3%;
}

.contact_box1_ul li:first-child {
    margin-top: 0;
}

.contact_box1_ul_left {
    width: 20%;
    border-right: 1px solid #081a33;
    height: 64px;
}

.contact_box1_ul_left span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
    margin-left: 15%;
    position: relative;
}

.contact_box1_ul_left span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -60%;
    width: 19px;
    height: 3px;
    background-color: #e60012;
}

.contact_box1_ul_right {
    width: 79%;
}

.contact_box1_ul_right_zong {
    width: 94%;
    margin: 0 auto;
}

.contact_box1_ul_right_left {
    width: 93%;
}

.contact_box1_ul_right_left span {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    color: #333333;
}

.contact_box1_ul_right_right {
    width: 7%;
}

.contact_box1_ul_right_left p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
    margin-top: 17px;
}

.contact_box1_ul_right_right span {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    color: #333333;
    line-height: 60px;
    cursor: pointer;
}

.contact_box1_ul_right_right p {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    color: #333333;
    line-height: 60px;
    display: none;
    cursor: pointer;
    margin-right: 4px;
}

.con_rzyq {
    width: 94%;
    margin: 0 auto;
}

.con_rzyq {
    margin-top: 1%;
    display: none;
}

.con_rzyq>span {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 2px;
    color: #333333;
}

.z_body>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 2px;
    color: #666666;
}

.daohan {
    text-align: center;
    margin-top: 60px;
}
.daohan ul{
    display:flex;
    margin:0 auto;
    justify-content:center;
    line-height: 48px;
    font-size: 0;
}
.daohan ul li{
    display:inline-block;
    line-height:28px;
    padding:10px 16px;
}

.daohan ul li.active a{
    background: #e60012;
    color: #fff !important;
    padding:10px 16px;
    border-radius: 20px;
}
.daohan ul li:hover a{  
    color: #e60012;
}
.daohan ul  strong{
      line-height: 48px;
}
@media (max-width:768px) {
    .daohan ul li:nth-child(1){
        display:none;
    }
    .daohan ul{

    font-size: 0;
}
    .daohan ul li {
        padding:5px;
        line-height:38px;
        font-size: 16px;
    }
    .daohan ul li span.current{
        background:#e60012;
        color:#fff;
        padding: 6px 12px;
        font-size: 14px;
        border-radius: 20px;
    }
}
.news {
    background-color: #ffffff;
    padding-bottom: 100px;
}

.news_ul {
    padding-top: 1%;
}

.news_ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    background-color: #FFFFFF;
    margin-top: 3%;
    box-shadow: 0 0 14px 4px #f5f5f5;
}

.news_ul li:nth-child(3n) {
    margin-right: 0;
}

.news_ul_img {
    width: 100%;
}

.news_ul_img img {
    width: 100%;
}

.news_ul_con {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 30px;
}

.news_ul_con span {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    color: #333333;
}

.news_ul_con p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
    margin-top: 3%;
    height: 38px;
    letter-spacing: 1px;
}

.news_ul_con h6 a {
    display: block;
    margin-top: 3%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #848484;
}

.news_show_con {
    margin-top: 5%;
}

.news_show_left {
    width: 68%;
}

.news_left_tit>h1 {
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #242424;
}

.news_left_zong {
    display: flex;
    margin-top: 2%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_zong_fen_right {
    margin-top: 15px;
}

.news_zong_fen_right span a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.news_left_zong1 {
    display: flex;
    flex-wrap: wrap;
}

.news_zong_fen p {
    display: inline;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.news_zong_fen span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 13px;
    margin-left: 10px;
    display: inline-block;
}

.news_left_zong .bdsharebuttonbox a {
    padding-left: 0;
}

.news_left_zong .bdsharebuttonbox a.bds_weixin {
    margin-left: 10px;
}

.bdsharebuttonbox .bds_weixin {
    background: url(../images/news_show2.jpg) no-repeat;
    width: 40px;
    height: 39px;
}

.news_left_zong .bdsharebuttonbox .bds_weixin,
.news_left_zong .bdsharebuttonbox .bds_tsina,
.news_left_zong .bdsharebuttonbox .bds_more {
    background-position: initial;
}

.bdsharebuttonbox .bds_tsina {
    background: url(../images/news_show3.jpg) no-repeat;
    width: 34px;
    height: 39px;
}

.news_left_zong .bdsharebuttonbox .bds_more {
    background: url(../images/news_show1.jpg) no-repeat;
    width: 34px;
    height: 39px;
}

.news_show_z_body {
    margin-top: 4%;
}

.news_show_z_body p {
    text-indent: 2em;
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.news_show_z_body p:last-child {
    margin-top: 3%;
}

.news_show_z_body>img {
    margin: 3% 0;
    width: 100%;
}

.news_show_right {
    width: 27%;
}

.news_show_right_tit span {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    color: #333333;
}

.xgxw_tui {
    margin-top: 8%;
}

.xgxw_tui li {
    margin-top: 8%;
    width: 96%;
    margin: 0 auto 15px;
    padding-bottom: 20px;
    border: 1px solid #f2f2f2;
}

.xgxw_tui li a p {
    font-size: 16px;
    width: 92%;
    margin: 0 auto;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
    margin-top: 5%;
}

.pro_con6 {
    margin-top: 5%;
    width: 100%;
    margin-bottom: 6%;
}

.pro_con6_tit {
    text-align: center;
    width: 100%;
}

.pro_con6_tit span {
    color: #e60012;
    font: 900 34px/1 "Lato";
}

.pro_con6_tit p {
    margin-top: 2%;
    font-size: 30px;
    letter-spacing: .06em;
    color: #e60012;
}

.pro_con6_ul {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_con6_ul li {
    text-align: center;
    width: 19%;
}

.pro_con6_ul li p {
    margin-top: 5%;
    font-size: 14px;
    color: #e1251b;
    text-align: center;
}

.news_ul li .news_ul_img {
    overflow: hidden;
    position: relative;
}

.news_ul li .news_ul_img img {
    transition: all 0.8s;
}

.news_ul li:hover .news_ul_img img {
    transform: scale(1.2);
}

.news_ul li:hover .news_ul_con {
    background-color: #e60012;
}

.news_ul li:hover .news_ul_con span {
    color: #FFFFFF;
}

.news_ul li:hover .news_ul_con p {
    color: #FFFFFF;
}

.news_ul li:hover .news_ul_con h6 a {
    color: #FFFFFF;
}

.video {
    padding-bottom: 5%;
}

.video_list {
    width: 80%;
    margin: 0 auto;
}

.index_box4_img {
    overflow: hidden;
    position: relative;
}

.index_box4_img img {
    transition: all 0.8s;
}

.swiper-slide-box4:hover .index_box4_img img {
    transform: scale(1.2);
}

.swiper-slide-box4:hover .index_box4_left_tit {
    background-color: #e60012;
}

.swiper-slide-box4:hover .index_box4_left_tit span {
    color: #FFFFFF;
}

.swiper-slide-box4:hover .index_box4_left_tit p {
    color: #FFFFFF;
}

.lx {
    position: fixed;
    top: 33%;
    right: 0;
    z-index: 99999;
}

.lx>ul>li {
    width: 70px;
    height: 70px;
    border-bottom: 1px solid #fff;
    background: #4690d9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 3px;
}

.wx {
    position: absolute;
    top: 0px;
    right: 50px;
    /* background: red; */
    width: 150px;
    height: 150px;
    display: none;
    z-index: 99999;
}

.wx img {
    width: 130px;
    height: 156px;
}

.lx>ul>li:first-child:hover .wx {
    display: block;
}

.lx>ul>li:nth-child(3):hover .call {
    display: block;
}

.call {
    width: 230px;
    height: 100%;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #FD5622;
    transition: all 1s;
}

.call>p {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    transition: all 1s;
}

.call>p>img {
    /* margin-left: 5px; */
    margin-right: 13px;
    transition: all 1s;
}

.contact1_z {
    display: block;
}

.contact1_z1 {
    display: none;
}

.pages {
    color: #aaa;
    padding: 0;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.pages ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.pages li {
    display: inline-block;
    /* margin: 0 5px; */
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
}

.pages li a {
    color: #333333;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
}

.pages li:hover {
    color: #fff;
    background: #e60012;
}

.pages li.current a {
    color: #fff;
}

.pages li.current {
    color: #fff;
    border: 1px solid #e70d0d;
    background: #e60012;
}

.pages li.current:hover {
    color: #fff;
    border: 1px solid #e70d0d;
    background: #e60012;
}

.pages li.nolink a {
    color: #ccc;
    font-size: 14px;
}

.pages li.nolink:hover {
    background: #e60012
}

.pages li.nolink:hover a {
    color: #fff;
}

.wrapper {
    min-width: 1200px;
    width: 100%
}

h5 {
    line-height: 70px;
    font-size: 20px;
    font-weight: 500;
    color: #000
}

.cur-po {
    cursor: pointer
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50
}

.text-icon,
.text-ss {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.tab {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    height: 54px;
    border-bottom: 1px solid #ccc;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    padding: 0 50px
}

.tab label {
    flex: 1;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: -1px;
}

.tab label.active {
    color: #eb0028;
    font-weight: 700;
    font-size: 18px
}

.tab label.active:after {
    width: 60px;
    height: 2px;
    background: #eb0028;
    content: "";
    display: block;
    margin: 22px auto 0
}

.tab-content {
    margin: 100px auto 100px;
    width: 1200px;
    height: 600px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .05);
    border-radius: 20px;
    overflow: hidden;
}

.tab-content .tab-img {
    width: 600px;
    height: 600px;
    float: left;
    -o-object-fit: cover;
    object-fit: cover
}

.tab-content .tab-text {
    float: left;
    padding: 60px;
    width: 480px;
    text-align: left
}

.tab-content .tab-text .time {
    color: #999;
    line-height: 33px;
    font-size: 24px
}

.tab-content .tab-text .title {
    font-size: 40px;
    color: #000;
    line-height: 56px;
    margin: 20px 0 20px;
    font-weight: 600
}

.tab-content .tab-text .text-1 {
    font-size: 20px;
    color: #000;
    line-height: 48px;
    margin: 50px 0
}

.el-carousel__container {
    height: 600px
}

.el-carousel__arrow--left {
    display: none
}

.el-carousel__arrow--right {
    bottom: 84px;
    right: 50px;
    top: auto;
    font-size: 30px;
    color: #000;
    background: none!important
}

.btn-join {
    display: block;
    width: 150px;
    height: 48px;
    line-height: 48px;
    background: #eb0028;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 60px auto;
    cursor: pointer;
    box-shadow: 0px 0px 17px 1px #ff84847d;
    text-indent: 0;
}

.el-carousel__arrow--right .el-icon-arrow-right:before {
    content: "\e6e9"
}

h2 {
    font-size: 40px;
    color: #000;
    line-height: 56px;
    margin: 100px 0 60px;
    font-weight: 600;
}

h2 b {
    display: inline-block;
    height: 1px;
    width: 60px;
    border-bottom: 1px solid #000
}

h2 div {
    font-size: 18px;
    font-weight: 200
}

.text {
    width: 1280px;
    line-height: 36px;
    margin: 20px auto;
    font-size: 16px;
    text-align: left;
    text-indent: 32px;
}

.flex-wrap {
    display: flex;
    width: 1200px;
    margin: 80px auto 120px;
}

.flex-wrap .item {
    flex: 1;
    line-height: 45px;
    font-size: 22px
}

.flex-wrap .item img {
    margin-bottom: 20px
}

.flex-wrap .item1 {
    flex: 1;
    line-height: 30px;
    font-size: 24px
}

.flex-wrap .tip {
    font-size: 18px;
    color: #999;
    line-height: 38px
}

.text-center {
    text-align: center
}

.text-hidden-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

div::-webkit-scrollbar {
    width: 2px;
    height: 12px
}

.zindex-999 {
    z-index: 9999
}

.bg-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 960px;
    min-width: 1200px
}

.fix-wrap {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.pro-series-header {
    position: relative;
}

.fix-wrap .hide {
    position: fixed;
    width: 25px;
    height: 25px;
    padding: 25px;
    right: 20%;
    top: 20%;
    background: #090908;
    cursor: pointer;
    border-radius: 50%;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.fix-wrap .hide::before,
.fix-wrap .hide::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 1px;
    height: 55%;
    background: #fff;
    margin-top: -27.5%
}

.fix-wrap .hide::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-wrap .hide::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-wrap .hide:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.fix-video .video-wrap {
    width: 55%;
    position: absolute;
    top: 30%;
    padding: 10px;
    border-radius: 5px;
}

.fix-video video {
    width: 100%;
    object-fit: cover;
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both;
}

.fix-pic {
    overflow: auto
}

.fix-pic img {
    max-height: 100%;
    animation: zoomIn .5s both;
    -webkit-animation: zoomIn .5s both
}

.video-open::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/video_icon2.png) no-repeat center;
}

.wh1 {
    width: 100%;
    height: 100%;
}

.header-pro-wraper {
    width: 100%;
}

.header-pro-wraper a {
    width: 100%;
    display: block;
    text-indent: 0;
}

.header-pro-wraper a img {
    width: 100%;
}

:after,
 :before {
    text-decoration: inherit;
    vertical-align: inherit;
    box-sizing: inherit;
}

.pro-series-header .header-pro-wraper {
    display: table;
    table-layout: fixed;
    position: relative;
    top: -260px;
    width: 1248px;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    font-size: 14px;
    z-index: 3;
    overflow: hidden;
}

.dfcc,
.dfccs {
    justify-content: center;
    -webkit-justify-content: center;
}

.dfcc,
.dfccs,
.dflc,
.dflr,
.dflrs {
    display: -webkit-flex;
    display: flex;
}

.ab-ci {
    display: none;
}